home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Erotic Games: Memory
/
Erotic Games: Memory.iso
/
mac
/
air_installers
/
AdobeAIR.exe
/
setup.swf
/
scripts
/
cs$containers_properties.as
< prev
next >
Wrap
Text File
|
2009-02-12
|
620b
|
25 lines
package
{
import mx.resources.ResourceBundle;
public class cs$containers_properties extends ResourceBundle
{
public function cs$containers_properties()
{
super("cs","containers");
}
override protected function getContent() : Object
{
return {
"noColumnsFound":"No ConstraintColumns found.",
"noRowsFound":"No ConstraintRows found.",
"rowNotFound":"ConstraintRow \'{0}\' not found.",
"columnNotFound":"ConstraintColumn \'{0}\' not found."
};
}
}
}